[INFO] cloning repository https://github.com/dikini/sharo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dikini/sharo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdikini%2Fsharo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdikini%2Fsharo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61024b140d56f76a801782a5064867e57e0e4aad
[INFO] testing dikini/sharo against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdikini%2Fsharo" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/dikini/sharo
[INFO] finished tweaking git repo https://github.com/dikini/sharo
[INFO] tweaked toml for git repo https://github.com/dikini/sharo written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dikini/sharo on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/dikini/sharo already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a204194f1325fed0a4ccbd1c98f9229ee87adb3d426ab95b9dd5047ee62593d7
[INFO] running `Command { std: "docker" "start" "-a" "a204194f1325fed0a4ccbd1c98f9229ee87adb3d426ab95b9dd5047ee62593d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a204194f1325fed0a4ccbd1c98f9229ee87adb3d426ab95b9dd5047ee62593d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a204194f1325fed0a4ccbd1c98f9229ee87adb3d426ab95b9dd5047ee62593d7", kill_on_drop: false }`
[INFO] [stdout] a204194f1325fed0a4ccbd1c98f9229ee87adb3d426ab95b9dd5047ee62593d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6d57e10abc8f2647e8b39291774355534141cd6bd5e3b5ce6640030ac49e95af
[INFO] running `Command { std: "docker" "start" "-a" "6d57e10abc8f2647e8b39291774355534141cd6bd5e3b5ce6640030ac49e95af", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sharo-core v0.1.0 (/opt/rustwide/workdir/crates/sharo-core)
[INFO] [stderr]    Compiling sharo-hazel-core v0.1.0 (/opt/rustwide/workdir/crates/sharo-hazel-core)
[INFO] [stderr]    Compiling sharo-tui v0.1.0 (/opt/rustwide/workdir/crates/sharo-tui)
[INFO] [stderr]    Compiling sharo-cli v0.1.0 (/opt/rustwide/workdir/crates/sharo-cli)
[INFO] [stderr]    Compiling sharo-hazel-mcp v0.1.0 (/opt/rustwide/workdir/crates/sharo-hazel-mcp)
[INFO] [stderr]    Compiling sharo-daemon v0.1.0 (/opt/rustwide/workdir/crates/sharo-daemon)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s
[INFO] running `Command { std: "docker" "inspect" "6d57e10abc8f2647e8b39291774355534141cd6bd5e3b5ce6640030ac49e95af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d57e10abc8f2647e8b39291774355534141cd6bd5e3b5ce6640030ac49e95af", kill_on_drop: false }`
[INFO] [stdout] 6d57e10abc8f2647e8b39291774355534141cd6bd5e3b5ce6640030ac49e95af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b58c5197d14fc52244283502dc11247e044cf52240e14e5ab2cb2488fa6ba1f0
[INFO] running `Command { std: "docker" "start" "-a" "b58c5197d14fc52244283502dc11247e044cf52240e14e5ab2cb2488fa6ba1f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling generator v0.8.8
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling loom v0.7.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling proptest v1.10.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sharo-core v0.1.0 (/opt/rustwide/workdir/crates/sharo-core)
[INFO] [stderr]    Compiling sharo-hazel-core v0.1.0 (/opt/rustwide/workdir/crates/sharo-hazel-core)
[INFO] [stderr]    Compiling sharo-tui v0.1.0 (/opt/rustwide/workdir/crates/sharo-tui)
[INFO] [stderr]    Compiling sharo-hazel-mcp v0.1.0 (/opt/rustwide/workdir/crates/sharo-hazel-mcp)
[INFO] [stderr]    Compiling sharo-cli v0.1.0 (/opt/rustwide/workdir/crates/sharo-cli)
[INFO] [stderr]    Compiling sharo-daemon v0.1.0 (/opt/rustwide/workdir/crates/sharo-daemon)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] running `Command { std: "docker" "inspect" "b58c5197d14fc52244283502dc11247e044cf52240e14e5ab2cb2488fa6ba1f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b58c5197d14fc52244283502dc11247e044cf52240e14e5ab2cb2488fa6ba1f0", kill_on_drop: false }`
[INFO] [stdout] b58c5197d14fc52244283502dc11247e044cf52240e14e5ab2cb2488fa6ba1f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] cacac2711df16f95d947e87ff13c94a301a429b3f099e789a470e5f4a2a606d3
[INFO] running `Command { std: "docker" "start" "-a" "cacac2711df16f95d947e87ff13c94a301a429b3f099e789a470e5f4a2a606d3", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sharo-ec1a1fd96d677c80)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test tests::encode_field_value_preserves_single_token_output ... ok
[INFO] [stdout] test tests::encode_field_value_keeps_safe_ascii_readable ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_smoke.rs (/opt/rustwide/target/debug/deps/cli_smoke-55a846990a7b0c7f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test cli_hazel_status_against_daemon_socket ... ok
[INFO] [stdout] test cli_submit_and_status_stub_smoke ... ok
[INFO] [stdout] test cli_hazel_validate_and_enqueue_against_daemon_socket ... ok
[INFO] [stdout] test cli_submit_status_against_daemon_socket ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/scenario_a_cli.rs (/opt/rustwide/target/debug/deps/scenario_a_cli-8ec424d5a7ab1691)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test cli_scenario_b_approval_commands ... ok
[INFO] [stdout] test cli_scenario_s2_fit_loop_adjustment_is_visible ... ok
[INFO] [stdout] test cli_scenario_c_overlap_is_visible_in_task_output ... ok
[INFO] [stdout] test cli_scenario_s4_non_convergent_fit_loop_is_explicit ... ok
[INFO] [stdout] test cli_scenario_a_end_to_end ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sharo_core-a98364ee82357dab)
[INFO] [stdout] test cli_scenario_b_denied_path_is_explicit ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test model_connectors::tests::extract_output_text_joins_multiple_text_chunks ... ok
[INFO] [stdout] test model_connectors::tests::extract_output_text_rejects_missing_text ... ok
[INFO] [stdout] test model_connectors::tests::extract_output_text_accepts_later_output_chunk_text ... ok
[INFO] [stdout] test model_connectors::tests::http_400_maps_to_invalid_request ... ok
[INFO] [stdout] test model_connectors::tests::extract_output_text_accepts_output_text_field ... ok
[INFO] [stdout] test model_connectors::tests::http_429_maps_to_rate_limit ... ok
[INFO] [stdout] test model_connectors::tests::http_402_maps_to_quota ... ok
[INFO] [stdout] test model_connectors::tests::http_408_maps_to_timeout ... ok
[INFO] [stdout] test model_connectors::tests::http_500_maps_to_unavailable ... ok
[INFO] [stdout] test model_connectors::tests::non_success_statuses_never_default_retryable_codes_to_invalid_request ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/context_resolver_tests.rs (/opt/rustwide/target/debug/deps/context_resolver_tests-1d54db574946488a)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test resolver_contract_is_uniform_for_all_components ... ok
[INFO] [stdout] test component_local_filtering_applies_before_compose ... ok
[INFO] [stdout] test empty_resolved_context_preserves_goal_only_prompt ... ok
[INFO] [stdout] test resolver_output_order_is_deterministic ... ok
[INFO] [stderr]      Running tests/ipc_protocol_tests.rs (/opt/rustwide/target/debug/deps/ipc_protocol_tests-4abe6380f946ccd7)
[INFO] [stdout] test kernel_submit_uses_resolved_context_before_model_call ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test response_variant_matches_request_kind ... ok
[INFO] [stdout] test ipc_status_envelope_roundtrip ... ok
[INFO] [stdout] test ipc_submit_envelope_roundtrip ... ok
[INFO] [stdout] test trace_and_artifact_envelopes_include_conformance_fields ... ok
[INFO] [stdout] test approval_envelope_roundtrip ... ok
[INFO] [stdout] test session_control_plane_envelopes_roundtrip ... ok
[INFO] [stdout] test skills_control_plane_envelopes_roundtrip ... ok
[INFO] [stdout] test hazel_control_plane_envelopes_roundtrip ... ok
[INFO] [stdout] test mcp_control_plane_envelopes_roundtrip ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/protocol_tests.rs (/opt/rustwide/target/debug/deps/protocol_tests-5f21216bdbfdb376)
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test input_schema_compatibility_rejects_tool_allow_additional_when_expected_is_strict ... ok
[INFO] [stdout] test output_schema_compatibility_rejects_tool_allow_additional_when_expected_is_strict ... ok
[INFO] [stdout] test pre_prompt_compose_hook_input_rejects_unknown_fields ... ok
[INFO] [stdout] test effective_policy_bundle_dedupes_and_sorts_policy_ids ... ok
[INFO] [stdout] test schema_compatibility_rejects_malformed_tool_schema_definition ... ok
[INFO] [stdout] test recollection_payload_semantic_lint_enforces_limits ... ok
[INFO] [stdout] test shared_hook_schema_compatibility_checks_work ... ok
[INFO] [stdout] test pre_prompt_input_validation_accepts_optional_policy_sections ... ok
[INFO] [stdout] test submit_request_response_roundtrip ... ok
[INFO] [stdout] test recollection_payload_validation_rejects_missing_provenance ... ok
[INFO] [stdout] test hook_schema_descriptor_roundtrip ... ok
[INFO] [stdout] test protocol_includes_optional_coordination_summary ... ok
[INFO] [stdout] test status_request_response_roundtrip ... ok
[INFO] [stdout] test recollection_payload_roundtrip_preserves_policy_ids_and_cards ... ok
[INFO] [stdout] test prop_protocol_roundtrip_preserves_task_summary_fields ... ok
[INFO] [stdout] test prop_object_schema_well_formed_rejects_required_not_in_allowed_when_strict ... ok
[INFO] [stdout] test prop_input_schema_compatibility_is_deterministic_for_same_schemas ... ok
[INFO] [stdout] test prop_output_schema_compatibility_is_deterministic_for_same_schemas ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.79s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reasoning_connector_tests.rs (/opt/rustwide/target/debug/deps/reasoning_connector_tests-391b5561b8cda76f)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test openai_compatible_connector_requires_base_url ... ok
[INFO] [stdout] test openai_compatible_connector_rejects_zero_timeout_profile ... ok
[INFO] [stdout] test deterministic_connector_returns_provider_route_label ... ok
[INFO] [stdout] test id_reasoning_engine_uses_connector_route_decision ... ok
[INFO] [stdout] test authenticated_http_base_url_is_rejected ... ok
[INFO] [stdout] test authenticated_non_https_non_loopback_urls_are_never_accepted ... ok
[INFO] [stdout] test authenticated_loopback_ip_literals_remain_allowed ... ok
[INFO] [stdout] test authenticated_noncanonical_loopback_ipv4_literals_remain_allowed ... ok
[INFO] [stdout] test openai_compatible_connector_rejects_authenticated_cleartext_remote_base_url ... ok
[INFO] [stdout] test s4_non_convergent_fit_loop_fails_with_terminal_reason ... ok
[INFO] [stdout] test s2_fit_loop_converges_under_budget_pressure ... ok
[INFO] [stdout] test s3_provider_auth_failure_is_explicit_and_non_success ... ok
[INFO] [stdout] test reasoning_engine_surfaces_retryable_provider_failure_without_task_success ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/reasoning_context_tests.rs (/opt/rustwide/target/debug/deps/reasoning_context_tests-482e4ed996ef58b5)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test turn_scope_excludes_derived_fields ... ok
[INFO] [stdout] test id_reasoning_engine_compatibility_with_context_defaults ... ok
[INFO] [stdout] test heuristic_policy_fitter_emits_adjustments_for_budget_and_runtime_redaction ... ok
[INFO] [stdout] test state_hash_does_not_expose_raw_context_text ... ok
[INFO] [stdout] test fit_loop_state_hash_progress_is_monotonic_or_fails ... ok
[INFO] [stdout] test state_hash_uses_collision_safe_encoding_for_delimiter_rich_values ... ok
[INFO] [stdout] test fit_loop_stops_on_fitted_or_max_iters ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/runtime_types_tests.rs (/opt/rustwide/target/debug/deps/runtime_types_tests-d438efbcd1a23c49)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test step_terminal_state_is_explicit ... ok
[INFO] [stdout] test task_state_supports_scenario_a_transitions ... ok
[INFO] [stdout] test binding_handle_present_when_value_redacted ... ok
[INFO] [stdout] test binding_visibility_redacts_non_model_values ... ok
[INFO] [stdout] test binding_model_visible_can_expose_model_text ... ok
[INFO] [stdout] test trace_event_sequence_is_monotonic ... ok
[INFO] [stdout] test scenario_a_record_roundtrip_json ... ok
[INFO] [stdout] 
[INFO] [stderr]      Running tests/skills_tests.rs (/opt/rustwide/target/debug/deps/skills_tests-eafb1cc571007250)
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test skill_id_derivation_is_stable_for_valid_relative_paths ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/stub_client_tests.rs (/opt/rustwide/target/debug/deps/stub_client_tests-6493e2f5b7f24c80)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test stub_status_is_deterministic_for_task_id ... ok
[INFO] [stdout] test stub_submit_is_deterministic_for_goal_and_session ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/sharo_daemon-e6e203994b857dea)
[INFO] [stdout] 
[INFO] [stdout] running 94 tests
[INFO] [stdout] test config::tests::default_config_path_is_optional_when_home_missing ... ok
[INFO] [stdout] test config::tests::default_config_path_uses_home_config_location ... ok
[INFO] [stdout] test config::tests::default_policy_values_are_nonzero_and_bounded ... ok
[INFO] [stdout] test config::tests::missing_config_path_defaults_to_deterministic_model ... ok
[INFO] [stdout] test config::tests::parse_model_config_from_toml ... ok
[INFO] [stdout] test config::tests::parse_skills_config_from_toml ... ok
[INFO] [stdout] test config::tests::parse_connector_pool_policy_from_toml ... ok
[INFO] [stdout] test connector_pool::tests::large_cooldown_does_not_panic_on_startup ... ok
[INFO] [stdout] test config::tests::parse_reasoning_policy_and_context_from_toml ... ok
[INFO] [stdout] test config::tests::parse_reasoning_hook_and_policy_registry_from_toml ... ok
[INFO] [stdout] test config::tests::parse_mcp_config_from_toml ... ok
[INFO] [stdout] test connector_pool::tests::pool_returns_overload_on_full_queue ... ok
[INFO] [stdout] test connector_pool::tests::pool_reuses_fixed_workers ... ok
[INFO] [stdout] test connector_pool::tests::scale_state_always_within_min_max_bounds ... ok
[INFO] [stdout] test hazel_control_plane::tests::hazel_card_view_preserves_provenance_fields ... ok
[INFO] [stdout] test kernel::tests::authenticated_provider_rejects_cleartext_remote_base_url ... ok
[INFO] [stdout] test hazel_control_plane::tests::hazel_inspection_responses_never_expose_unbounded_payloads ... ok
[INFO] [stdout] test connector_pool::tests::fast_jobs_do_not_underflow_pending_counter ... ok
[INFO] [stdout] test kernel::tests::authenticated_provider_allows_loopback_http_base_url ... ok
[INFO] [stdout] test kernel::tests::authenticated_provider_allows_loopback_ip_literal_http_base_url ... ok
[INFO] [stdout] test kernel::tests::deterministic_provider_uses_defaults ... ok
[INFO] [stdout] test kernel::tests::openai_like_provider_requires_base_url ... ok
[INFO] [stdout] test kernel::tests::authenticated_loopback_http_base_url_remains_allowed_for_local_tests ... ok
[INFO] [stdout] test kernel::tests::configured_forbidden_fields_extend_default_redactions ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_manifest_policy_ids_are_additive_and_deterministic ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_injects_policy_instruction_memory_block ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_multiple_bindings ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_policy_ids_emit_effective_metadata ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_relative_binding_command ... ok
[INFO] [stdout] test hazel_control_plane::tests::hazel_status_response_is_bounded ... ok
[INFO] [stdout] test connector_pool::tests::scale_up_reservation_is_atomic_under_race ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_symlinked_parent_component ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_token_budget_above_hard_limit ... ok
[INFO] [stdout] test control_plane::tests::session_view_surfaces_latest_result_preview ... ok
[INFO] [stdout] test control_plane::tests::derived_session_view_never_mutates_canonical_store_state ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_top_k_above_hard_limit ... ok
[INFO] [stdout] test connector_pool::tests::worker_count_never_exceeds_max_threads_under_parallel_submit ... ok
[INFO] [stdout] test control_plane::tests::session_task_order_is_monotonic_under_valid_store_state ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_unknown_policy_id_when_strict ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_memory_block_includes_policy_section_without_base_memory ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_world_writable_parent_directory ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_world_writable_binding_command ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_world_writable_ancestor_directory ... ok
[INFO] [stdout] test kernel::tests::reject_invalid_connector_pool_policy_bounds ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_memory_block_omits_policy_section_without_bundle ... ok
[INFO] [stdout] test kernel::tests::reject_invalid_connector_pool_threshold ... ok
[INFO] [stdout] test kernel::tests::sanitize_binding_id_for_path_replaces_disallowed_characters ... ok
[INFO] [stdout] test mcp_registry::tests::http_endpoint_rejects_cleartext_remote_hosts ... ok
[INFO] [stdout] test mcp_registry::tests::http_endpoint_rejects_credentials_and_query_components ... ok
[INFO] [stdout] test mcp_registry::tests::mcp_registry_shapes_server_status_summary ... ok
[INFO] [stdout] test mcp_registry::tests::disabled_mcp_server_never_reports_running_status ... ok
[INFO] [stdout] test skills::tests::crlf_frontmatter_is_parsed_leniently ... ok
[INFO] [stdout] test mcp_registry::tests::runtime_status_counts_enabled_and_disabled_servers ... ok
[INFO] [stdout] test skills::tests::malformed_frontmatter_falls_back_to_heading_and_does_not_abort_discovery ... ok
[INFO] [stdout] test skills::tests::recursive_skill_discovery_finds_bundled_skill_layouts ... ok
[INFO] [stdout] test skills::tests::project_skill_precedence_overrides_user_scope ... ok
[INFO] [stdout] test skills::tests::symlinked_skill_markdown_is_ignored ... ok
[INFO] [stdout] test skills::tests::untrusted_project_skills_are_not_disclosed ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_schema_handshake_incompatible_output ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_in_place_binding_command_content_mutation ... ok
[INFO] [stdout] test store::tests::failed_store_mutation_preserves_pre_call_state ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_binding_command_identity_drift_at_runtime ... ok
[INFO] [stdout] test kernel::tests::unique_verified_command_path_uses_sanitized_binding_id ... ok
[INFO] [stdout] test store::tests::post_rename_directory_sync_failure_keeps_memory_and_disk_consistent ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_schema_mismatch_output ... ok
[INFO] [stdout] test store::tests::post_rename_directory_sync_failure_returns_committed_result ... ok
[INFO] [stdout] test store::tests::commit_outcome_never_leaves_memory_behind_disk ... ok
[INFO] [stdout] test store::tests::prepare_submit_blocks_duplicate_inflight_idempotency_keys ... ok
[INFO] [stdout] test store::tests::register_session_rolls_back_when_save_fails ... ok
[INFO] [stdout] test store::tests::post_rename_directory_sync_failure_emits_warning_signal ... ok
[INFO] [stdout] test store::tests::resolve_approval_rolls_back_when_save_fails ... ok
[INFO] [stdout] test connector_pool::tests::scale_down_respects_idle_window ... ok
[INFO] [stdout] test store::tests::save_state_syncs_parent_directory_after_rename ... ok
[INFO] [stdout] test store::tests::replay_by_idempotency_returns_persisted_submission_error ... ok
[INFO] [stdout] test store::tests::prepare_submit_reserves_unique_hints_under_concurrency ... ok
[INFO] [stdout] test store::tests::set_session_active_skills_rejects_unknown_session ... ok
[INFO] [stdout] test store::tests::submit_task_rolls_back_when_save_fails ... ok
[INFO] [stdout] test store::tests::release_submit_reservation_clears_inflight_retry_after_commit_failure ... ok
[INFO] [stdout] test store::tests::store_commit_path_retains_transactional_behavior_after_directory_sync ... ok
[INFO] [stdout] test store::tests::prune_mcp_enabled_overrides_removes_stale_server_entries ... ok
[INFO] [stdout] test store::tests::sync_directory_rejects_missing_directory ... ok
[INFO] [stdout] test store::tests::sync_directory_accepts_existing_directory ... ok
[INFO] [stdout] test store::tests::reopened_store_keeps_reserved_identity_high_water_marks ... ok
[INFO] [stdout] test store::tests::successful_save_state_always_performs_file_then_directory_sync_sequence ... ok
[INFO] [stdout] test connector_pool::tests::scale_up_respects_threshold_and_cooldown ... ok
[INFO] [stdout] test control_plane::tests::session_view_enforces_task_limit ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_single_binding_injects_canonical_recollection_payload ... ok
[INFO] [stdout] test store::tests::session_active_skills_do_not_leak_across_sessions ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_semantic_lint_output ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_recollections_exceeding_top_k_limit ... ok
[INFO] [stdout] test store::tests::concurrent_same_session_submits_never_share_turn_or_task_hints ... ok
[INFO] [stdout] test kernel::tests::pre_prompt_compose_rejects_tool_response_exceeding_transport_limit ... ok
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stdout] test mcp_registry::tests::mcp_server_ids_are_unique_after_valid_config_parse ... ok
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling sharo-core v0.1.0 (/opt/rustwide/workdir/crates/sharo-core)
[INFO] [stderr]    Compiling sharo-hazel-core v0.1.0 (/opt/rustwide/workdir/crates/sharo-hazel-core)
[INFO] [stderr]    Compiling sharo-hazel-mcp v0.1.0 (/opt/rustwide/workdir/crates/sharo-hazel-mcp)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.22s
[INFO] [stdout] test kernel::tests::pre_prompt_compose_with_real_hazel_mcp_binary_injects_cards ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- kernel::tests::pre_prompt_compose_with_real_hazel_mcp_binary_injects_cards stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'kernel::tests::pre_prompt_compose_with_real_hazel_mcp_binary_injects_cards' (1051) panicked at crates/sharo-daemon/src/kernel.rs:1491:9:
[INFO] [stdout] expected hazel mcp binary
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6342dc87ec08 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6342dc87ec08 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6342dc87ec08 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6342dc87ec08 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6342dc897b7a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6342dc897b7a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x6342dc883fd2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x6342dc883fd2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x6342dc8595f6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6342dc8595f6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6342dc8753f9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6342dc1ae60c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x6342dc1ae60c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x6342dc875672 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x6342dc875672 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6342dc8596e4 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x6342dc84e4a9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6342dc85a79d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6342dc8983ec - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6342dbefb294 - sharo_daemon[56ecd5bb5dd3360d]::kernel::tests::ensure_real_hazel_mcp_binary
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/sharo-daemon/src/kernel.rs:1491:9
[INFO] [stdout]   20:     0x6342dbf079c3 - sharo_daemon[56ecd5bb5dd3360d]::kernel::tests::pre_prompt_compose_with_real_hazel_mcp_binary_injects_cards
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/sharo-daemon/src/kernel.rs:2114:23
[INFO] [stdout]   21:     0x6342dbef2c87 - sharo_daemon[56ecd5bb5dd3360d]::kernel::tests::pre_prompt_compose_with_real_hazel_mcp_binary_injects_cards::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/sharo-daemon/src/kernel.rs:2113:69
[INFO] [stdout]   22:     0x6342dc07e226 - <sharo_daemon[56ecd5bb5dd3360d]::kernel::tests::pre_prompt_compose_with_real_hazel_mcp_binary_injects_cards::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x6342dc1a16eb - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6342dc1a16eb - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x6342dc1aef65 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x6342dc1aef65 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x6342dc1aef65 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x6342dc1aef65 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x6342dc1aef65 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x6342dc1aef65 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x6342dc1aef65 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x6342dc1a9ac4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x6342dc1a9ac4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x6342dc1b1fe2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x6342dc1b1fe2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x6342dc1b1fe2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x6342dc1b1fe2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x6342dc1b1fe2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x6342dc1b1fe2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x6342dc1b1fe2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x6342dc87db7f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   42:     0x6342dc87db7f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x7c472fd06aa4 - <unknown>
[INFO] [stdout]   44:     0x7c472fd93a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     kernel::tests::pre_prompt_compose_with_real_hazel_mcp_binary_injects_cards
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 93 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 33.39s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p sharo-daemon --bin sharo-daemon`
[INFO] running `Command { std: "docker" "inspect" "cacac2711df16f95d947e87ff13c94a301a429b3f099e789a470e5f4a2a606d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cacac2711df16f95d947e87ff13c94a301a429b3f099e789a470e5f4a2a606d3", kill_on_drop: false }`
[INFO] [stdout] cacac2711df16f95d947e87ff13c94a301a429b3f099e789a470e5f4a2a606d3
